runtime.writeUserArenaHeapBits.low (field)
8 uses
runtime (current package)
arena.go#L597: low uintptr // number of low-order bits to not overwrite
arena.go#L606: h.low = offset / goarch.PtrSize % ptrBits
arena.go#L609: h.offset = offset - h.low*goarch.PtrSize
arena.go#L613: h.valid = h.low
arena.go#L636: m := uintptr(1)<<h.low - 1
arena.go#L646: h.low = 0
arena.go#L688: if h.valid != h.low {
arena.go#L689: m := uintptr(1)<<h.low - 1 // don't clear existing bits below "low"
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |